Skip to content

undo dumb setuptools bug clobbering .pyx sources back to .c #1806

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

minrk
Copy link
Contributor

@minrk minrk commented Aug 23, 2012

setuptools (not distribute) will replace '.pyx' extensions with '.c' if pyrex is not importable. This checks if that happened, and reverses it if so.

closes #1805

setuptools (not distribute) will replace '.pyx' extensions with '.c'
if *pyrex* is not importable.  This checks if that happened,
and reverses it if so.

closes pandas-dev#1805
@wesm
Copy link
Member

wesm commented Sep 8, 2012

Thanks. Cherry-picked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include .c files in repo.
2 participants